/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Jodi Kaplan
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 18px "Arial", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.625;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.2em;
	text-transform: uppercase;
}
.entry-content h4 {
	font-size: 16px;
	font-weight: italic;
	letter-spacing: 0.1em;
	line-height: 2.2em;
}
.singular .entry-title {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 48px;
}
article.intro .entry-content {
	color: #111;
	font-size: 20px;
	padding: 1.625em 0 0.625em;
}

.page-template-page-landing-php #main {
background:#fff;
overflow:auto;
}

.page-template-page-landing-php #branding img {
height:128px;
}
/* =Header
----------------------------------------------- */

#branding {
	border-top: 4px solid #c00c15;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#branding {
	border-bottom: 4px solid #656565;
	padding-bottom: 20px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	display: block;
	width: 60%;
	padding-bottom: 10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#fff), to(#fff)); /* older webkit syntax */
	background: -webkit-linear-gradient #fff, #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	border-bottom: 3px solid #f9f9f9;
	border-top: 3px solid #f9f9f9;
}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #212121;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
 -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 88px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	color: #717171;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #ddd;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #c00c15;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 5.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #f9f9f9;
	border-color: #000;
	color: #000;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #fff
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 200px;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 16px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #f9f9f9;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 18px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #c00c15;
	font-size: 16px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);

	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #656565;
	border-color: #c00c15;
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}



/* Landing Page Review Widget Style
---------------------------------*/



#text-367925746{
border: 2px solid #eeac43;
padding: 5px;
}


/* Contact Form 7 Button Style
---------------------------------*/

.wpcf7-submit {
background-color: #eeac43;
color: #ffffff;
border-radius:5px;
}
